Skip to main content

All Questions

Tagged with
4votes
2answers
3kviews

Replace unicode character in the string

A function which replaces an unicode character in a string: ...
Irbis's user avatar
11votes
1answer
223views

VS 2015 std::char_traits<char16_t> operations

At my workplace, we changed string type (which holds internationalized characters) for from std::wstring to std::u16string after ...
Recker's user avatar
10votes
3answers
877views

Mutable String Class

Here is a String class that I've made for fun in my spare time, for myself. I have a few concerns about it, and am considering going immutable or a mix of the two ...
Valrandir's user avatar

close